-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Standalone MPAS-Ocean] Add tracers to dam break initialization #5279
Conversation
@sbrus89 and @xylar This is the bugfix on the E3SM side. MPAS-Dev/compass#451 contains the corollary on the compass side. Thanks, @sbrus89, for pointing me to this issue! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved based on tested this (on Compy) in conjunction with MPAS-Dev/compass#451. Thanks for fixing this @cbegeman!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this on Chrysalis with Intel and Intel-MPI in conjunction with MPAS-Dev/compass#451. I tested both the 120 cm and 40 cm test cases, with plots attached.
@jonbob, I believe this is ready to test and merge whenever it's convenient. It isn't needed before the v2.1 tag but it certainly shouldn't do any harm. |
Add tracers to dam break initialization for MPAS-Ocean standalone test This PR adds temperature and salinity initialization to the initialization steps for the dam break test case. This is necessary to avoid run time crashes since the fill value feature was merged in PR #5154. [BFB]
passes sanity testing, merged to next |
merged to master |
This PR adds temperature and salinity initialization to the initialization steps for the dam break test case. This is necessary to avoid run time crashes since the fill value feature was merged #5154.